| Modifier and Type | Method and Description |
|---|---|
ValueDiscrete[] |
BidSpace.EvaluatedDiscreteCombination.getDiscreteCombination() |
static ValueDiscrete[][] |
BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions,
java.util.ArrayList<java.lang.Double> discreteWeights) |
| Modifier and Type | Method and Description |
|---|---|
static ValueDiscrete[][] |
BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions,
java.util.ArrayList<java.lang.Double> discreteWeights) |
| Constructor and Description |
|---|
BidSpace.EvaluatedDiscreteCombination(ValueDiscrete[] discreteCombination,
double jointUtility) |
| Modifier and Type | Method and Description |
|---|---|
Value |
OpponnentModel.ImproveValue(int IssueNumber,
ValueDiscrete ValToImprove) |
| Modifier and Type | Method and Description |
|---|---|
ValueDiscrete[] |
BidSpace.EvaluatedDiscreteCombination.getDiscreteCombination() |
static ValueDiscrete[][] |
BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions,
java.util.ArrayList<java.lang.Double> discreteWeights) |
| Modifier and Type | Method and Description |
|---|---|
static ValueDiscrete[][] |
BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions,
java.util.ArrayList<java.lang.Double> discreteWeights) |
| Constructor and Description |
|---|
BidSpace.EvaluatedDiscreteCombination(ValueDiscrete[] discreteCombination,
double jointUtility) |
| Modifier and Type | Method and Description |
|---|---|
double |
AgentXFrequencyModel.getEvaluationOfValue(int issueIndex,
ValueDiscrete valueOfIssue)
Gives the normalized value rank of some value within a certain Issue
|
| Modifier and Type | Method and Description |
|---|---|
Value |
GahboninhoOM.ImproveValue(int IssueNumber,
ValueDiscrete ValToImprove) |
| Modifier and Type | Method and Description |
|---|---|
ValueDiscrete |
IssueDiscrete.getValue(int index)
Get value by its Sting representation, null otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ValueDiscrete> |
IssueDiscrete.getValues()
Gives an enumeration over all values in this discrete issue.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IssueDiscrete.getDesc(ValueDiscrete value) |
int |
IssueDiscrete.getValueIndex(ValueDiscrete value) |
void |
IssueDiscrete.setDesc(ValueDiscrete val,
java.lang.String desc)
Sets the desc for value
val. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ValueDiscrete> |
EvaluatorDiscrete.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorDiscrete.addEvaluation(ValueDiscrete value,
java.lang.Integer evaluation)
Add a new possible value to the issue.
|
java.lang.Double |
EvaluatorDiscrete.getEvaluation(ValueDiscrete value) |
java.lang.Integer |
EvaluatorDiscrete.getEvaluationNotNormalized(ValueDiscrete value) |
java.lang.Integer |
EvaluatorDiscrete.getValue(ValueDiscrete value) |